home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 41 / Issue 41.iso / pc / Smoothwall / docs / faq.txt < prev    next >
Encoding:
Text File  |  2000-12-04  |  6.1 KB  |  140 lines

  1. <PRE>
  2. SmoothWall Linux
  3. Frequently Asked Questions
  4. By Jon Fautley and Tom Ellis
  5.  
  6. This is the FAQ For SmoothWall version 0.9.2, but should be valid for most
  7. versions.
  8.  
  9. Q: What is SmoothWall?
  10.  
  11. A: SmoothWall is a self-contained, stripped down Linux distribution for
  12. providing Internet access via modem, and eventually ISDN and cable to a
  13. LAN through IP masquarade.
  14.  
  15. SmoothWall is currently only supported by modems, but others are currently
  16. under development and we welcome your input as always. The definition of
  17. modem includes external ISDN TA's which by definition use serial
  18. connectivity and therefore can be utilised by SmoothWall.
  19.  
  20. Q: How many users does SmoothWall have?
  21.  
  22. A: To date, we have over 4700 users worldwide in every corner of the
  23. globe. We envisage this growing to around 90,000 within 4-6 weeks
  24. immediately
  25.  
  26. Q: How much does SmoothWall cost?
  27.  
  28. A: Nothing. SmoothWall is released under the GNU Public License. If you
  29. really want to donate money to us, then send it to a better cause, either
  30. someone like the Linux Professional Institute (www.lpi.org) or a medical
  31. research charity. There are organisations out there that need it far more
  32. than we do...
  33.  
  34. Q: What distribution was SmoothWall based on?
  35.  
  36. A: The base system files are from VA-Linux 6.2.1 (which is more or less
  37. RedHat 6.2). This is NOT a VA Linux product. This means if you want to
  38. include your own custom changes you can use RedHat 6.2 components. RPM is
  39. not supported though, owing to the overhead.
  40.  
  41. Q: How do I install SmoothWall?
  42.  
  43. A: There is a seperate document, the SmoothWall-Install-Guide. Please
  44. refer to that for install information.
  45.  
  46. Q: Do I need to wipe my hard drive before installing SmoothWall?
  47.  
  48. A: When installing SmoothWall, it will erase all existing data on your first
  49. harddisk (usually /dev/hda or your C: drive under DOS/Windows, but the
  50. install program will search for your first harddisk). The install program
  51. will not touch any data on the second/third or any SCSI harddrives in your
  52. system. You can only currently only install SmoothWall on the first
  53. harddrive in your system.
  54.  
  55. Q: What are the minimum and recommended requirements for SmoothWall?
  56.  
  57. A: The minimum specification for SmoothWall is a 386 with 8 meg of memory
  58. and a 100Mb IDE harddisk. The lowest tested specification is a 486DX4 with
  59. 8Mb of RAM. 16 meg of RAM is recommended.
  60.  
  61. Q: What hardware is supported under SmoothWall?
  62.  
  63. A: Smoothwall will run on any Intel i386 compatible PC, with a minimum of
  64. 8Mb of RAM and a 100Mb IDE harddisk. Currently there is no support for
  65. SCSI devices. All IDE/ATAPI CDRom drives are supported, as are all of the
  66. 'old style' drives, i.e. SoundBlaster. All Hayes-Compatible external
  67. modems and HARDWAREinternal modems are supported. If your modem is
  68. external, it's unlikely (almost 100% unlikely) that it's not a Hayes
  69. Compatible modem. If it is internal, it needs to be a 'hardware' modem,
  70. not a software, or 'WinModem'.
  71.  
  72. Q: Who is involved in SmoothWall?
  73.  
  74. A: SmoothWall is based on an idea by Richard Morrell
  75. <rmorrell@valinux.com> and Lawrence Manning <lawrence@aslak.demon.co.uk>.
  76. There are currently 5 developers on the SmoothWall team. The full list of
  77. developers can be found at:
  78. http://sourceforge.net/project/memberlist.php?group_id=10366
  79.  
  80. Q: Is there a SmoothWall mailing list I can join?
  81.  
  82. A: Yes. There are currently two mailing lists available. These are:
  83.  * Smoothwall-announce - A moderated list where the developers will
  84. announce new versions,
  85.    bugs, and anything else to do with the SmoothWall project.
  86.  
  87.  * Smoothwall-talk - This is a public list, basically a general chat list
  88. about SmoothWall.
  89.    You can ask questions here, post bugs/ideas etc.
  90.  
  91. Both lists are monitored by the developers. The administrator for both the
  92. lists is Jon Fautley <filbert@webbedmail.com> To subscribe, please goto:
  93. <http://lists.sourceforge.net/mailman/listinfo/smoothwall-talk> or
  94. <http://lists.sourceforge.net/mailman/listinfo/smoothwall-announce> and
  95. type your email address into the box.
  96.  
  97. Q: Is SmoothWall only suitable for home users with temporary internet
  98. connections, or can it be used on servers which are permantly connected to
  99. the internet?
  100.  
  101. A: SmoothWall can be used on permanantly connected servers, in theory. As
  102. it currently only supports Modems's it cannot be used with leased lines or
  103. the like. In the future, SmoothWall will support ISDN (Single and Dual
  104. Channel) and other types of connection to the internet once we get
  105. funding/sponsorship/assistance.
  106.  
  107. Q: What is the latest SmoothWall release?
  108.  
  109. A: As of writing (17/09/00), the latest SmoothWall release is 0.9.4.
  110.  
  111. Q: What security precautions does Smoothwall include?
  112.  
  113. A: Smoothwall only runs telnet, ftp, http, dhcp and a DNS proxy. There is
  114. nothing open to the internet - a full portscan reveals nothing open. This
  115. is secure. Also, all access to ports below 1024 are blocked and logged in
  116. the system log. This allows you to detect if you are being scanned for
  117. holes, and will block all attempts to gain access into your network. The
  118. blocking is done by IPChains, so there is no way a connection can get
  119. through below port 1024, even if there is a service running on it. It is
  120. possible to run your own serivices on the SmoothWall box, but unless you
  121. want to modify the IPChains rules noone on the Internet will be able to
  122. access them.
  123.  
  124. Q: Can I install direct from the internet, or do I need to burn a CD?
  125.  
  126. A: At present, you cannot install from the internet, unless you are able
  127. to host the file somewhere, as for network install. We do not currently
  128. have a site for network installing. You can set up internet installs, as
  129. for the network install, but you have to remember that DNS is not
  130. supported. You'r much better off with a CD or network install, as it's
  131. faster.
  132.  
  133. Q: Where can I find answers to questions not answered here?
  134.  
  135. A: For general help and enquiries there are the mailing lists, and all the
  136. developers monitor this. For more specific enquiries, you can email one of
  137. the developers. Their addresses are on the developers listing
  138. (http://sourceforge.net/project/memberlist.php?group_id=10366). Feel free
  139. to email us and ask any questions.
  140. </PRE>